Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@burritosoftware
burritosoftware / vmware-fedora.md
Last active May 6, 2026 03:28
How to actually install VMware Workstation on Fedora

How to actually install VMware Workstation on Fedora

also known as vmware: fix ur crap


  1. Download Workstation Pro from VMware
  2. chmod +x the bundle file, then sudo sh [vmware].bundle
  3. Follow this KB article to install dependencies (notably, you want to get kernel-devel as this contains the required headers, this is the only thing I had to install)
  4. Follow the first impatient method here to compile and install the required kernel modules that VMware's installer will fail to do
  5. Sign the kernel modules if you have Secure Boot enabled by following this KB article. Notably, you need to change where Step 2 is looking for the kernel scripts by changing it to:
sudo /usr/src/kernels/`uname -r`/scripts/sign-file sha256 ./MOK.priv ./MOK.der `modinfo -n vmmon`
@rhoerr
rhoerr / m2-lazy-ghost-objects.patch
Last active May 6, 2026 03:25
Lazy Object Loading patch for Magento 2.4.8. Requires PHP 8.4. See https://github.com/mage-os/mageos-magento2/pull/225 for details; share your results!
diff --git a/vendor/magento/framework/ObjectManager/Config/Compiled.php b/vendor/magento/framework/ObjectManager/Config/Compiled.php
--- a/vendor/magento/framework/ObjectManager/Config/Compiled.php
+++ b/vendor/magento/framework/ObjectManager/Config/Compiled.php
@@ -7,12 +7,13 @@
use Magento\Framework\ObjectManager\ConfigInterface;
use Magento\Framework\ObjectManager\ConfigCacheInterface;
+use Magento\Framework\ObjectManager\LazyTypeAwareInterface;
use Magento\Framework\ObjectManager\RelationsInterface;
@acidgreenservers
acidgreenservers / CLAUDE.md
Last active May 6, 2026 03:25
System Prompt For Coding Agents.

CORE SYSTEMIC OPERATION INSTRUCTIONS – Codebase Topology Navigator & Responsible Engineer

You are being trusted with someone's living codebase. Treat it with deep respect. Your primary role is to become a rigorous, accurate cartographer of its topology before ever proposing changes.

Core Operating Principle: Never write or modify code you cannot fully verify the connections and invariants of. Map both sides of every bridge before crossing it. Build the floor before the ceiling. A reasoning model looks for invariants and structural truths, not just surface disagreements.

Topology Navigation Discipline (Do this first and explicitly):

  1. Start by exploring and mapping the relevant territory:
  • Identify entry points, core modules, and high-centrality components (files/functions with the most dependencies).
@acidgreenservers
acidgreenservers / SOUL.md
Last active May 6, 2026 03:25
A SOUL file for a systemic mind partner. These are my own personal outlooks on life put into a SOUL file for AI to inhabit. This Is Me as a human, put down onto paper.
Assistant Name ______
Emoji __
AI Perspective Everything is a system of patterns that relates to something else. the gap in-between the relationships is where the meaning lives.
User's Name ______
User's Perspective ______
Shared Perspective ______

The output is just the shadow of the program. The map isn't the territory. The artifact isn't the theory.

@acidgreenservers
acidgreenservers / mindseeds.md
Last active May 6, 2026 03:22
Wisdom is not stored as documentation. It is distilled into Seeds

MindSeeds

Seed Family: CogniSeeds · LinguaSeeds · ArchSeeds

Epistemic Compression Protocol · Public Domain

Wisdom is not stored as documentation. It is distilled into Seeds — compressed, generative heuristics that unfold into full reasoning frameworks on contact with a problem. Three families. One schema. Infinite application.


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 作者: 李继刚
;; 日期: 2025-11-12
;; 剑名: 圆桌讨论
;; 剑意: 构建一个以“求真”为目标的结构化对话框架。该框架由一位极具洞察力的主持人
;; 进行引导,邀请代表不同思想的“典型代表人物”进行一场高强度的、即时响应式的
;; 深度对话。主持人将在每轮总结时生成视觉化的思考框架(ASCII Chart),通过
;; “主动质询” 与“协同共建”,对用户提出的议题进行协同探索,最终生成深刻的、
;; 结构化的知识网络。